﻿/* DO NOT PUT FONT ITEMS IN HERE----USE THE COVEO INTERFACE EDITOR */

#searchArea {}
/* Search Result Title */
#searchResultsHeader {margin-top:5px; }
#searchResultsHeader #querySummary {float:left;}
#searchResultsHeader #queryDuration {padding-left:10px;float:left; white-space:nowrap; }

/* Search Footer */
#searchResultsFooter {clear:both; width:100%;}
#searchResultsFooter #searchPager {width:200px; margin-left:30px; float:left; white-space:nowrap;}
#searchResultsFooter #searchPoweredBy {float:right;}

/*Search Toolbar (left bar)*/
#toolBar {width:225px; margin-top:-10px; text-align:left;}

#searchResultsArea {width:100%;}
/*Search Result Item*/
/*This does not inherit as coveo adds divs between searchresultpanel and searchResult*/
#searchResults {width:100%;}
#searchResults .searchResult {width:100%;}
#searchResults .searchResult .searchResultNumber {float:left; width:20px;}
#searchResults .searchResult .searchResultIcon {float:left;  width:20px;}
#searchResults .searchResult .searchResultTitle {float:left; width:350px;font-size:1.0em;}
#searchResults .searchResult .searchResultScore {float:right; width:70px;padding-right:15px;text-align:right;}

#searchResults .searchResult .searchResultBody {float:left;clear:both; width:95%; padding-left:10px;}
#searchResults .resultSeperator {clear:both; height:5px; margin-bottom:10px; width:100%;border-bottom:1px solid #999; }
/*Search Query Section*/
#searchQuery #searchQueryText input {width:300px;}
#searchQuery #searchQueryButton {width:40px;}

/*Resource Browse Search Query Section*/
#ResourceBrowse #searchQuery { display:none; }


.TopicListContainer {background-color:#F2F2F2;border:solid 1px #696969;}
.TopicListContainer .TopicList ul li {list-style-type: none;}
.TopicListContainer .TopicList ul li ul li {list-style-type:disc;}
.TopicListContainer .TopicList #TopicList1 {float:left}
.TopicListContainer .TopicList #TopicList2 {float:left}
.TopicListContainer .TopicList #EndOfTopics {clear:both;}

.TypeListContainer {background-color:#F2F2F2;border:solid 1px #696969;}
.TypeListContainer .TypeList #TypeList1 {float:left}
.TypeListContainer .TypeList #TypeList2 {float:left;}
.TypeListContainer .TypeList #EndOfTypeList {clear:both;}
